home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_12_07 / wilde / conv3.syn < prev    next >
Text File  |  1993-11-27  |  303b  |  12 lines

  1. {
  2. /*
  3.  Revised productions for scoped name term
  4. */
  5. }
  6.  
  7. (char *) scoped name term
  8.  -> identifier:i                                    =i;
  9.  -> "??-expression-??"   =makeHeap("??-expression-??");
  10.  -> "??-type-??"               =makeHeap("??-type-??");
  11.  -> "??-symbol-??"           =makeHeap("??-symbol-??");
  12.